Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui ld/2003"> 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui ld/2003">
2 <PatchRemove> 2 <PatchRemove>
3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
4 </PatchRemove> 4 </PatchRemove>
5 <PatchAdd> 5 <PatchAdd>
6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
7 </PatchAdd> 7 </PatchAdd>
8 8
9 <PropertyGroup> 9 <PropertyGroup>
10 </PropertyGroup> 10 </PropertyGroup>
(...skipping 16 matching lines...) Expand all
27 Condition="'@(ClCompile)' != ''" 27 Condition="'@(ClCompile)' != ''"
28 DependsOnTargets="SelectClCompile"> 28 DependsOnTargets="SelectClCompile">
29 <ItemGroup> 29 <ItemGroup>
30 <ClCompile> 30 <ClCompile>
31 <PatchAdd> 31 <PatchAdd>
32 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefin itions> 32 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefin itions>
33 </PatchAdd> 33 </PatchAdd>
34 </ClCompile> 34 </ClCompile>
35 </ItemGroup> 35 </ItemGroup>
36 </Target> 36 </Target>
37 37
38 <!-- ************************************************************************* ****************** 38 <!-- ************************************************************************* ******************
39 PlatformPrepareForBuild target 39 PlatformPrepareForBuild target
40 ************************************************************************* ****************** --> 40 ************************************************************************* ****************** -->
41 <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForB uildDependsOn)"> 41 <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForB uildDependsOn)">
42 <PatchRemove> 42 <PatchRemove>
43 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond ition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToo lset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/> 43 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond ition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToo lset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/>
44 </PatchRemove> 44 </PatchRemove>
45 <PatchAdd> 45 <PatchAdd>
46 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond ition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToo lset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/> 46 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond ition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToo lset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/>
47 </PatchAdd> 47 </PatchAdd>
48 </Target> 48 </Target>
49 49
50 <PatchRemove> 50 <PatchRemove>
51 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(Platfor mToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$( VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp .Win32.$(PlatformToolset).targets'))" /> 51 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(Platfor mToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$( VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp .Win32.$(PlatformToolset).targets'))" />
52 </PatchRemove> 52 </PatchRemove>
53 <PatchAdd> 53 <PatchAdd>
54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$( VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp .PPAPI.$(PlatformToolset).targets'))" /> 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$( VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp .PPAPI.$(PlatformToolset).targets'))" />
55 </PatchAdd> 55 </PatchAdd>
56 <PatchRemove> 56 <PatchRemove>
57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
58 </PatchRemove> 58 </PatchRemove>
59 <PatchAdd> 59 <PatchAdd>
60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
61 </PatchAdd> 61 </PatchAdd>
62 </Project> 62 </Project>
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698